google.golang.org/grpc/attributes.Attributes.m (field)
13 uses
google.golang.org/grpc/attributes (current package)
attributes.go#L40: m map[any]any
attributes.go#L45: return &Attributes{m: map[any]any{key: value}}
attributes.go#L56: n := &Attributes{m: make(map[any]any, len(a.m)+1)}
attributes.go#L57: for k, v := range a.m {
attributes.go#L58: n.m[k] = v
attributes.go#L60: n.m[key] = value
attributes.go#L70: return a.m[key]
attributes.go#L86: if len(a.m) != len(o.m) {
attributes.go#L89: for k, v := range a.m {
attributes.go#L90: ov, ok := o.m[k]
attributes.go#L113: for k, v := range a.m {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)